System.Collections.Generic.IList<T>.RemoveAt Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
private void IList<T>.RemoveAt(
	int index
)
Visual Basic (Declaration)
Private Sub System.Collections.Generic.IList<T>.RemoveAt ( _
	index As Integer _
) Implements IList(Of T).RemoveAt
Visual C++
private:
virtual void System.Collections.Generic.IList<T>.RemoveAt (
	int index
) sealed = IList<T>::RemoveAt

Parameters

index
Int32

See Also